home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / vanguard / source / balls.dir / 00023_Pause Loop.ls < prev    next >
Encoding:
Text File  |  1996-04-22  |  80 b   |  7 lines

  1. on exitFrame
  2.   if the mouseUp then
  3.     go("Start")
  4.   end if
  5.   go(the frame)
  6. end
  7.